﻿.text-right{
    text-align:right;
}
.registration-end-text{
    font-weight:bold;
    text-align:center;
}

.count-down table {
    width: 50%;
    margin: 30px auto;
}

    .count-down table td, .count-down table th {
        text-align: center;
    }

        .count-down table td.cd-number {
            font-size: 1.3em;
        }

.cke_contents {
    height: 400px !important;
}

.form-horizontal .control-label-right {
    text-align: right;
}

.form-message {
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #fff;
    font-size: 1.2em;
    font-weight: bold;
        display: flex;
        justify-content: space-between;
}

    .form-message.goodmsg {
        border-color: #32a063;
        background-color: #9eea93;
    }

    .form-message.badmsg {
        border-color: #ff0000;
        background-color: #f78383;
    }

.swal-footer {
    text-align: center;
}

.swal-text {
    text-align: center;
}

.eform-actions .btn-submit {
    background-color: #4cae4c;
    color: #fff;
    border-color: #4cae4c;
}

    .eform-actions .btn-submit:hover {
        background-color: #4cae4c;
        border-color: #4cae4c;
    }

.master-category-title {
    padding: 5px 15px;
    font-size: 110%;
    background-color: #337ab7;
    color: #fff;
}

.categories-list .list-group-item::before {
    content: " ";
    display: table;
}

.categories-list .list-group-item::after {
    clear: both;
}

.categories-list .list-group-item {
    display: table;
    width: 100%;
}

    .categories-list .list-group-item i {
        margin-right: 10px;
    }

    .categories-list .list-group-item h4 {
        display: table-cell;
        vertical-align: middle;
    }

@media (max-width: 992px) {
    .categories-list .list-group-item h4.price {
        width: 95px;
    }

    .eform-actions {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        .eform-actions .btn {
            margin: 0 !important;
        }

    .panel-user {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pull-user-op {
        display: flex;
        width: 100%;
        margin-top: 10px;
        justify-content: space-between;
    }
}

.categories-list .list-group-item h4.price {
    padding-left: 10px;
    font-weight: bold;
}

.categories-list .list-group-item.category-disabled {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #9b9b9b;
    cursor: not-allowed;
}

.categories-list .list-group-item.active {
    background-color: #4cae4c;
    border-color: white;
}

/*New Product Style -- Start*/
.products-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.product {
    width: 266px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
}

    .product img.product-image {
        width: 100%;
        height: 200px;
        border: 1px solid #4cae4c;
    }

    .product .product-price {
        width: 100%;
        padding: 10px 5px;
        background: #4cae4c;
        color: #ffffff;
        font-size: 20px;
        text-align: center;
        height: 45px;
    }

    .product .product-info {
        border: 1px solid #4cae4c;
        text-align: center;
        padding: 5px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
    }

    .product .product-name {
        font-size: 18px;
        color: #000000;
        font-weight: bold;
    }

    .product .product-description {
        font-size: 16px;
        color: #000000;
        margin: 5px 0;
    }

    .product .product-amount-wrapper {
        display: flex;
        gap: 5px;
        margin-top: 20px;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        padding: 5px 10px;
    }

        .product .product-amount-wrapper > * {
            flex-basis: 50%;
        }

        .product .product-amount-wrapper .amount-actions {
            display: none;
        }

            .product .product-amount-wrapper .amount-actions.amount-actions-disabled i {
                opacity: 0.5;
            }

            .product .product-amount-wrapper .amount-actions > div {
                cursor: pointer;
                display: flex;
                align-items: center;
                gap: 15px;
            }

            .product .product-amount-wrapper .amount-actions.amount-actions-disabled > div {
                cursor: not-allowed;
            }

        .product .product-amount-wrapper .initial-add-product {
            background: #4cae4c;
            color: #ffffff;
            font-size: 16px;
            border: none;
            padding: 5px;
        }

            .product .product-amount-wrapper .initial-add-product:disabled {
                opacity: 0.5;
                cursor: not-allowed;
            }

        .product .product-amount-wrapper .amount-calc {
            font-size: 16px;
            font-weight: bold;
        }
/*New Product Style -- End*/

.products-control .product-amount {
    padding-left: 5px;
    padding-right: 5px;
}

    .products-control .product-amount:disabled {
        cursor: not-allowed;
    }

.master-products-list {
    /* overflow: auto;*/
}

    .master-products-list .master-products-group:nth-child(n+2) {
        margin-top: 5px;
    }

.master-products-group .master-products-group-title {
    padding: 5px 15px;
    font-size: 110%;
    background-color: #556677;
    color: #fff;
}

.eform-body {
}

.eform-control {
}

    .eform-control label .reqa {
        color: red;
    }

    .eform-control.eform-label {
        margin-bottom: 15px;
    }

.eform-actions {
    margin-top: 10px;
    border-top: 1px solid silver;
    padding: 10px 0;
}

    .eform-actions .btn {
        min-width: 100px;
    }

        .eform-actions .btn:not(:last-child) {
            margin-right: 10px;
        }

.eform-radiolist ul {
    list-style: none;
    padding: 8px;
}

    .eform-radiolist ul li label {
        font-weight: normal;
    }

.submit-message {
    display: none;
}

    .submit-message.active {
        display: block;
    }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: red;
}

.has-error .form-control {
    border-color: red;
}

.reda {
    color: red;
}

.u18-control {
    display: inline-block;
    width: 140px;
}

.panel-user.alert {
    background-color: #4cae4c;
    border-color: #4cae4c;
    color: #fff;
}

    .panel-user.alert a {
        color: #fff;
        font-weight: bold;
    }

        .panel-user.alert a:hover {
            text-decoration: underline;
        }

.pull-lang {
    float: left !important
}

.pull-lang-op, .pull-user-op {
    float: right !important;
}

.pull-lang-op {
    margin-top: 4px;
}

.identificationHelpWrapper {
    margin-left: 330px;
}

.identificationHelpNewParticipantWrapper {
    margin-left: 360px;
}

#modal-register {
    z-index: 2000;
}

.select2-container--bootstrap {
    z-index: 25000
}

.eform-event-products, .eform-event-participants {
    margin: 0 0 15px;
}

.page-footer {
    border-top: 1px solid #f0f0f0;
    padding: 15px 0;
    font-size: 0.9em;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .page-footer .footer-logo {
        float: right;
        display: inline-block;
        vertical-align: middle;
    }

        .page-footer .footer-logo img {
            height: 35px !important;
        }

    .page-footer .poweredByB2E {
        float: left;
    }

        .page-footer .poweredByB2E * {
            float: right;
            font-size: 11px;
        }

.event-booking .form-control {
    display: inline-block;
    width: auto;
}

.event-booking .pagination {
    margin: 0;
    float: right;
}

.event-booking .dataTables_filter {
    float: right;
}

.event-booking .paginate_button {
    padding: 0 !important;
}

    .event-booking .paginate_button:hover {
        border: 1px solid transparent !important;
        background: transparent !important;
    }

.eform-checkboxlist ul {
    list-style: none;
    padding: 0;
}

.eform-checkboxlist ul li label{
    font-weight:normal;
}

.eform-event-payment.well {
    background: none !important;
    border-right: none;
    border-left: none;
    border-bottom: none;
    padding: 10px 0;
    margin: 0;
}

.eform-event-payment .control-label {
    margin: 0;
}

.eform-event-payment .cost-label-wrapper * {
    float: right;
    font-weight: bold;
}

    .eform-event-payment .cost-label-wrapper *:not(:first-child) {
        margin-right: 8px;
    }

.has-error .checkbox-container {
    color: red;
}

.has-error .checkmark {
    border: 1px solid red;
}

input + label {
    margin-left: 5px;
    display: inline;
}

.checkbox-container {
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 10px;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .checkbox-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
    }

    /* On mouse-over, add a grey background color */
    .checkbox-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .checkbox-container input:checked ~ .checkmark {
        background-color: #2041CE;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkbox-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .checkbox-container input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .checkbox-container .checkmark:after {
        left: 9px;
        top: 4px;
        width: 7px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .checkbox-container label {
        font-size: 16px;
    }


/* Customize the label (the container) */
.radio-container {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom radio button */
    .radio-container .checkmark {
        position: absolute;
        top: 0;
        right: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .radio-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .radio-container input:checked ~ .checkmark {
        background-color: #2196F3;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .radio-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .radio-container input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .radio-container .checkmark:after {
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }


textarea {
    background-color: #EDEEF5;
    resize: none;
    border: none;
}

/*.modal-backdrop.in{
    opacity:0;
}*/

.modal-content {
    border: none;
    border-radius: 0;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1607843137254902);
}

.modal-header {
    background-color: #3d79b4;
    color: white;
    text-align: center;
    padding: 25px 20px;
    font-size: 17px;
}

    .modal-header .close,
    .modal-header .modal-title {
        color: inherit;
    }

.header {
    display: block;
    justify-content: space-between;
}

    .header .logo {
        max-width: 100px !important;
    }

@media (max-width: 500px) {
    .modal-content {
        width: 85%;
        margin: auto;
        margin-top: 50%;
    }
}

.or-login-with {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bolder;
}

.btn-signin {
    display: table;
    width: 300px;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 !important;
    margin: auto;
}

.login-by-icons-wrapper .btn-signin:nth-child(n+2) {
    margin-top: 15px;
}

.btn-signin:hover {
    opacity: 0.95;
}

.btn-signin .icon {
    display: table-cell;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    background-size: contain !important;
    border-radius: 3px;
}

.btn-signin .buttonText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: bold;
}

.btn-facebook-signin {
    background: white;
    color: white;
    border: 2px solid #1877F2;
}

    .btn-facebook-signin .icon {
        background: url(/images/signin_facebook_logo.png) white center center no-repeat;
        background-size: 75% 75% !important;
    }

    .btn-facebook-signin .buttonText {
        background: #1877F2;
        color: white;
    }

.w-100 {
    width: 100%;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.pull-end {
    float: right !important;
}

.marker {
    background-color: #FFFF00
}
.eform-event-products.has-error label{
    color:red;
}
.eform-event-products.has-error .product-item img,
.eform-event-products.has-error .product-item .product-price,
.eform-event-products.has-error .product-item .product-info {
    border-color: red;
}